@charset "utf-8";
.in_al_01_01{
  min-height: 250px;
  padding: 80px 0 0;
}
.in_al_01_02{
    min-height: 250px;
    padding: 50px 0 30px;
}
.in_al_01_03{
    width: 31%;
    min-height: 250px;
    margin-right: 3.5%;
    margin-bottom: 42px;
    position: relative;
  }
  .in_al_01_03:nth-child(3n){
    margin-right: 0;
  }
  .in_al_01_04{
    width: 100%;
    border: 1px solid #ddd; 
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  .in_al_01_05{
    width: 100%;
    background: #053e95;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: all .3s ease;
  }
  .in_al_01_04 img{
    width: 100%;
    transition: all .5s ease;
    transform: scale(1,1);
  }
  .in_al_01_03:hover .in_al_01_04 img{
    transform: scale(1.1,1.1);
    transition: all .5s ease;
  }
  
  .in_al_01_06{
    position: absolute;
    width: 100%;
    background-color: rgba(5, 63, 149, 0.9);
    bottom: 0;
    left: 0;
    z-index: 99999;
    padding: 20px 0;
    opacity: 0;
    transition: all .8s ease;
  }
  .in_al_01_03:hover .in_al_01_06{
    opacity: 1;
  }
  .in_al_01_06 h5{
      font-size: 16px;
      color: #fff;
      text-align: center;
      font-weight: lighter;
      padding: 0 0 20px;
  }
  .in_al_01_07{
    width: 100%;
    height: 50px;
    text-align: center;
  }
  .in_al_01_07 a{
    border:  1px solid #fff;
    height: 34px;
    line-height: 34px;
    display:inline-block;
    width: 98px;
    margin: 0 6px;
    text-align: center;
    transition: all .5s ease;
    color: #fff;
  }
  
@media screen and (max-width: 1199px){

  .in_al_01_03{
    width: 90%;
    float: none;
    margin: 0 auto 20px;
  }
  .in_al_01_03:nth-child(3n) {
    margin: 0 auto 20px;
}
}